home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mmtsnd60.lha / DOC / MM_AutoSend.Doc
Text File  |  1996-04-25  |  4KB  |  149 lines

  1.  
  2. MM--------------------------------------------------------------------------
  3.          ##    #    #   #####   ####    ####   ######  #    #  ##### 
  4.         #  #   #    #     #    #    #  #       #       ##   #  #    #
  5.        #    #  #    #     #    #    #   ####   #####   # #  #  #    #
  6.        ######  #    #     #    #    #       #  #       #  # #  #    #
  7.        #    #  #    #     #    #    #  #    #  #       #   ##  #    #
  8.        #    #   ####      #     ####    ####   ######  #    #  ##### 
  9. ----------------------------------------------------------------------------
  10.  
  11.                       (C) 1995-96 By Paolo Carotenuto
  12.  
  13.  
  14. * WHAT IS MM_AUTOSEND
  15. ----------------------
  16.  
  17. M_Autosend  is a message robot with which you can highly configure your BBS
  18. scripts to allow automatic posting of messages in several areas.
  19.  
  20. * HOW TO RUN IT
  21. -----------------
  22.  
  23. o - RX MM:Rexx/MM_AutoSend
  24.  
  25. In this way all groups configured in the config file will be processed.
  26.  
  27. o - RX MM:Rexx/MM_AutoSend [<Group> <Group> ...]
  28.  
  29. In this way only one or more than one group will be processed.
  30.  
  31.  
  32. * HOW TO INSTALL MM_AUTOSEND
  33. -----------------------------
  34.  
  35. Keywords in the config file:
  36.  
  37.  
  38. ;--------- General Config ----------------
  39.  
  40. #END_MESSAGE                                 < Continue In The Next Message... >
  41. #START_MESSAGE                               < ...Continued From Previous Message >
  42.  
  43.  
  44. Texts inserted at the end and at the beginning of a message when
  45. splitted in more parts.
  46.  
  47.  
  48. ;--------- Group Config ----------------
  49.  
  50.  
  51. #GROUP <Name>
  52.  
  53. Name of the group
  54.  
  55.  
  56.  
  57. #TYPE <Type>
  58.  
  59. [CP] Use this to be adds "* CrossPosted in <AreaName>"  
  60.  
  61. [CC] Use this to be adds "* CarbonCopy to <ToName> (<ToAddress>)" 
  62.  
  63.  
  64.  
  65.  
  66. FILE   <PathName> [KILL]
  67.  
  68. Name of text file containing the message to post.
  69. If the KILL flag is activated this file will be deleted after his posting.
  70.  
  71.  
  72.  
  73. SIZE   <Kbytes>   (optional)
  74.  
  75. The maximum mesage size. If longer than <Kbytes> the message will be splitted
  76. in more parts.
  77.  
  78.  
  79.  
  80. FROM   <Name>           (optional)
  81.  
  82. If not present will be used the #SYSOP configured in MM.
  83.  
  84.  
  85.  
  86. SUBJ   <Subject>
  87.  
  88. Subject of the message
  89.  
  90.  
  91.  
  92. ORIGIN <Origin>           (optional)
  93.  
  94. Origin line for that message.
  95. If not present will be used the one configured in MM for that area
  96.  
  97.  
  98.  
  99. HEADER <PathName>           (optional)
  100.  
  101. Text to insert at the header of the message.
  102.  
  103.  
  104.  
  105. FOOTER <PathName>          (optional)
  106.  
  107. Text to insert at the footer of the message
  108.  
  109.  
  110.  
  111. TO    <To>   <TagName>   <Flag>   <ToAddr>   <FromAddr>
  112.  
  113. <To>       To who send a message, For netmail
  114.            (In MAILAREA if the To field is present you don't need to
  115.             insert the Sysop_Name. Using the keyword SYSOP MM_AutoSend
  116.             whill find the Sysop_Name in the Nodelist.)
  117.  
  118. <TagName>  TagName of the area where to post the message
  119.  
  120. <Flag>     [E] Area will be exported just after the posting of the message
  121.            [N] Area will not be exported
  122.  
  123. <ToAddr>   Use this only if <TagName> is a MAILAREA.
  124.            This will be the destination address of the message
  125.  
  126. <FromAddr> Use this only if <TagName> is a MAILAREA and if you have only one MAILAREA
  127.            If not present will be used the one configured in <TagName>
  128.  
  129.  
  130.  
  131.  
  132. * HOW TO CONTACT THE AUTHOR
  133. ---------------------------
  134.  
  135. You can contact Me at one of the following addresses.
  136.  
  137.  Paolo Carotenuto - E-Mail: apunet@mbox.vol.it
  138.  
  139.  FidoNet 2:335/202.0   - 2:335/228.0
  140.  AmigaNet 39:102/101.0 - 39:102/107.0
  141.  
  142.  ** This Programm is CardWare,  Please send your postcard to:
  143.  
  144.     Paolo Carotenuto
  145.     IV Trav. Perrone Capano 53/a
  146.     80126 - Pianura
  147.     Napoli ( Italy )
  148.  
  149.